Skip to content

Instantly share code, notes, and snippets.

View iacolippo's full-sized avatar

Iacopo Poli iacolippo

View GitHub Profile
@iacolippo
iacolippo / ray_deep_architect_ex2.py
Created April 24, 2020 10:07
Second example of using ray and deep_architect together - deepcopy protocol error
import os
import ray
from ray import tune
import torch
import torch.nn as nn
import torch.nn.functional as F
import torch.optim as optim
from torch.utils.data import DataLoader, TensorDataset